home *** CD-ROM | disk | FTP | other *** search
- #
- #
- #
- # RepeatUp.mpl
- #
- # An loop with increasing note
- #
- # Author ID Date
- # ------------ ----------- ---------
- # Serge Sibony 100417,2633 09/14/95
- #
- #
- # This file is a mpl effect definition used by MidiLang
- # MidiLang can be found at the MidiForum, in the
- # Windows sound media library.
- #
- #
- #
- # This effect adds a 3 times loop to all notes you are playing
- # the notes added are going up and up
- #
- #
-
- Label Main
-
- Time+= 960
- Note+= 2
- outmidi
-
- Time+= 960
- Note+= 2
- outmidi
-
- Time+= 960
- Note-= 2
- outmidi
-
-
- End
-
- descript a 2 beats loop
- descript with increasing note
-